func runtime.getStackMap

4 uses

	runtime (current package)
		mbitmap.go#L2024: 			locals, _, _ := getStackMap(&frame, nil, false)
		mgcmark.go#L945: 	locals, args, objs := getStackMap(frame, &state.cache, false)
		stack.go#L665: 	locals, args, objs := getStackMap(frame, &adjinfo.cache, true)
		stack.go#L1250: func getStackMap(frame *stkframe, cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {